Skip to content

Chore: [AEA-0000] - bump dev container version to 1.4.8#16

Merged
anthony-nhs merged 2 commits intomainfrom
bump_dev_container_1_4_8
Apr 17, 2026
Merged

Chore: [AEA-0000] - bump dev container version to 1.4.8#16
anthony-nhs merged 2 commits intomainfrom
bump_dev_container_1_4_8

Conversation

@anthony-nhs
Copy link
Copy Markdown
Contributor

bump dev container version to 1.4.8

Copilot AI review requested due to automatic review settings April 16, 2026 18:57
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates this repo’s GitHub Actions workflows to use a newer revision of the shared quality-checks-devcontainer reusable workflow from NHSDigital/eps-common-workflows, intended to bump the devcontainer tooling to version 1.4.8.

Changes:

  • Bump quality-checks-devcontainer.yml reusable workflow reference SHA in CI, PR, and release workflows.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/release.yml Updates the quality_checks reusable workflow SHA for release runs.
.github/workflows/pull_request.yml Updates the quality_checks reusable workflow SHA for PR runs.
.github/workflows/ci.yml Updates the quality_checks reusable workflow SHA for main-branch CI runs.

Comment thread .github/workflows/release.yml Outdated
Comment on lines 18 to 20
quality_checks:
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@68c2dea999875055ecbfdf055d8391e6e8b8ce2f
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
needs: [get_config_values]
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR bumps the eps-common-workflows ref for quality-checks-devcontainer, but the tag_release job in this workflow still references the older eps-common-workflows SHA for tag-release-devcontainer.yml. If the goal is to bump the devcontainer version to 1.4.8 across the pipeline, this likely leaves the tagging/release step on the previous devcontainer workflow version; consider updating tag-release-devcontainer.yml@... to the same (or corresponding) SHA as well so both jobs use the intended devcontainer version.

Copilot uses AI. Check for mistakes.
Comment on lines 26 to 29
quality_checks:
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@68c2dea999875055ecbfdf055d8391e6e8b8ce2f
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
needs: [get_config_values]
permissions:
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This updates quality-checks-devcontainer to a new eps-common-workflows SHA, but tag_release in the same workflow still uses the older tag-release-devcontainer.yml@68c2.... If the intent is to bump the devcontainer version to 1.4.8, consider updating the tag-release-devcontainer reference too so the workflow is consistently using the new devcontainer tooling during tagging.

Copilot uses AI. Check for mistakes.
Comment thread .github/workflows/ci.yml
Comment on lines 17 to 20
quality_checks:
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@68c2dea999875055ecbfdf055d8391e6e8b8ce2f
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
needs: [get_config_values]
permissions:
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only the quality-checks-devcontainer reusable workflow SHA was bumped here, but the tag_release job still points at the previous tag-release-devcontainer.yml@68c2.... If the devcontainer version bump to 1.4.8 is meant to apply end-to-end, consider bumping the tag-release-devcontainer SHA as well (or clarify why tagging should remain on the older version).

Copilot uses AI. Check for mistakes.
@anthony-nhs anthony-nhs merged commit cfb87a2 into main Apr 17, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants